home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / chirpz.arc / CHIRPZ.DOC < prev    next >
Encoding:
Text File  |  1985-04-26  |  3.0 KB  |  111 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                         Chirp Z-Transform
  8.  
  9.                                by
  10.                    Phuong Tran & Mike Griffin
  11.  
  12.              Children's Hospital Research Foundation
  13.                      Division of Cardiology
  14.                 Biomedical Engineering Laboratory
  15.                      Elland & Bethesda Aves
  16.                       Cincinnati,Ohio 45229
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.     The  Chirp  Z-Transform  is a  computationally  efficient 
  24. algorithm  to compute the z Transform along a spiral  contour  in 
  25. the z domain.  If the contour is the unit circle, then this would 
  26. be  equivalent  to  computing the Fast Fourier  Transform  but  a 
  27. little slower. 
  28.  
  29.  
  30.  
  31. System requirements: 
  32.  
  33.         IBM-PC w/128k
  34.         8087 coprocessor    
  35.         Hercules Mono Graphics Board
  36.  
  37. Program Requirements:
  38.  
  39.      This  program  requires the following files to reside  on 
  40. the same disk as the program:
  41.  
  42.     4x6.fon
  43.     error.msg
  44.  
  45. Program  Description:
  46.     
  47.     The  program allows inputs from either the keyboard or  a 
  48. sequential  data  file  (data is assumed to have  both  real  and 
  49. imaginary parts).  If a file is specified,  it must have a '.DAT' 
  50. extension.
  51.  
  52.     The output can be routed to a file,printer or screen.  If 
  53. the  printer  or  screen  is  specified,  the  data  points  will 
  54. be printed from left to right. If a file is specified, it will be
  55. stored on a disk file with a '.DAT' extension.
  56.  
  57.     Regardless  of output routing,  the magnitude  and  phase 
  58. will be plotted on the screen.
  59.  
  60.     The phase output is plotted from pi/2 to -pi/2.
  61.  
  62.  
  63.  
  64.  
  65.     The input parameters are as follows:
  66.  
  67.      1. Number of complex paired input points 
  68.      2. Number of complex paired output points 
  69.      3. Sample rate of the data in Hertz
  70.      4. Initial Sigma value of CZT contour in Hertz
  71.      5. Initial Omega value of CZT contour in Hertz
  72.      6. Increment in Sigma along the CZT contour in Hertz
  73.      7. Increment in Omega along the CZT contour in Hertz
  74.  
  75.  
  76. Files:
  77.  
  78.     The following files are included in this library:
  79.  
  80.     CHIRPZ.COM     -  program
  81.     4X6.FON        -  required for graphics
  82.     ERROR.MSG      -  required for graphics 
  83.     CHIRPZ.DOC     -  this file
  84.         PROCWRIT.PAS   -  procedure to write data into a file
  85.  
  86.        A version for the color monitor is also available.
  87.  
  88.               Source code is available on request.
  89.  
  90. References:
  91.  
  92.     1. Programs for Digital Signal Processing
  93.        IEEE Press, 1979
  94.  
  95.     2. Theory & Application of Digital Signal Processing
  96.        L.R.Rabiner,B.Gold,Prentice Hall,1975
  97.  
  98.      Please  send  any  problems,suggestions,  or  ideas  to  the 
  99. address listed or leave a message on our RBBS. If your having any 
  100. problems and would like to contact us, feel free to call from 9am 
  101. to 6pm on weekdays.
  102.  
  103. Biomedical Engineering RBBS
  104. ---------------------------
  105. data/voice: 513-559-8599
  106. RBBS hours: 1800-0900 weekdays
  107.           : 24 hours weekends
  108.           : EST 
  109.  
  110. 4/26/85
  111.